翻訳と辞書
Words near each other
・ vocoding
・ vod
・ voice mail
・ voice over ip
・ voice recognition
・ voice-net
・ voip
・ volatile
・ volatile memory
・ volatile storage
volatile variable
・ voltage
・ volume table of contents
・ von neumann architecture
・ von neumann integer
・ von neumann machine
・ von neumann ordinal
・ von neumann, john
・ voodoo programming
・ voronoi diagram


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

volatile variable : FOLDOC
volatile variable
A variable in a computer program which can be modified by processes other than the program. For example, a variable that stores the value of a timer chip (either because it is located at the address of the hardware device or because it is updated on interrupts) needs to be volatile to be useful.
A static variable, on the other hand, maintains its value until the program changes it or it is no longer needed. In addition, volatile variables can be held in the stack whereas static variables are usually stored in a program's data segment.
(1995-05-17)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.